From: dp-arm Date: Tue, 23 Aug 2016 13:31:41 +0000 (+0100) Subject: fiptool: Fix typo in create and update usage functions X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=23fcb90d9add09b1e9051bb94b2dd994aa26ff15;p=project%2Fbcm63xx%2Fatf.git fiptool: Fix typo in create and update usage functions It should be 'fiptool' instead of 'fiptfool'. Change-Id: I84ce1b6aaae5b8b33e5781bfe4f9e9cf462edb03 --- diff --git a/tools/fiptool/fiptool.c b/tools/fiptool/fiptool.c index 4a3e61a3..68ddcf5a 100644 --- a/tools/fiptool/fiptool.c +++ b/tools/fiptool/fiptool.c @@ -587,7 +587,7 @@ static void create_usage(void) { toc_entry_t *toc_entry = toc_entries; - printf("fiptfool create [--plat-toc-flags ] [opts] FIP_FILENAME\n"); + printf("fiptool create [--plat-toc-flags ] [opts] FIP_FILENAME\n"); printf(" --plat-toc-flags \t16-bit platform specific flag field " "occupying bits 32-47 in 64-bit ToC header.\n"); fputc('\n', stderr); @@ -672,7 +672,7 @@ static void update_usage(void) { toc_entry_t *toc_entry = toc_entries; - printf("fiptfool update [--out FIP_FILENAME] " + printf("fiptool update [--out FIP_FILENAME] " "[--plat-toc-flags ] [opts] FIP_FILENAME\n"); printf(" --out FIP_FILENAME\t\tSet an alternative output FIP file.\n"); printf(" --plat-toc-flags \t16-bit platform specific flag field "